type google.golang.org/grpc.securityLevelKey

3 uses

	google.golang.org/grpc (current package)
		clientconn.go#L1426: type securityLevelKey struct{}
		clientconn.go#L1433: 		secLevel, _ = ac.curAddr.Attributes.Value(securityLevelKey{}).(string)
		clientconn.go#L1444: 		ac.curAddr.Attributes = ac.curAddr.Attributes.WithValue(securityLevelKey{}, secLevel)